home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / ed2.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.2 KB  |  88 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : EDITOR (ALED - Ada Line Editor)
  3. -- VERSION           : 2.1
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : RCONN at SIMTEL20
  6. -- AUTHOR            : Richard Conn
  7. --                   : Texas Instruments
  8. --                   : PO Box 801, MS 8007
  9. --                   : McKinney, TX  75069
  10. -- COPYRIGHT         : (c) 1984, 1985 Richard Conn
  11. -- DATE CREATED      : 9 Nov 84
  12. -- DATE RELEASED     : 5 Dec 84
  13. -- DATE LAST UPDATED : 15 Feb 85
  14. -- LOCATION          : ASR
  15. -- ENVIRONMENT       : DG MV 10000, ROLM ADE
  16. --= CLASSIFICATION       ===============================================--
  17. -- CATEGORY LEVEL 1  : TEXT MANIPULATION
  18. -- CATEGORY LEVEL 2  : EDITORS
  19. -- CATEGORY LEVEL 3  : Editor 2
  20. -- CATEGORY LEVEL 4  : 
  21. -- KEYWORD           : EDITOR
  22. -- KEYWORD           : LINE-ORIENTED EDITOR
  23. -- KEYWORD           : INPUT-LINE EDITOR
  24. -- INDEX             : Editor
  25. -- INDEX             : Line-Oriented Editor
  26. -- INDEX             : Editor, Line-Oriented
  27. -- INDEX             : Input-Line Editor
  28. -- INDEX             : Editor, Input-Line
  29. -- TAXONOMY          : 
  30. -- DEPENDENCIES      : 
  31. -- SEE ALSO          : PD2:<ADA.EDITORS>ED
  32. --= FILE LISTING         ===============================================--
  33. -- FILE SPECS        : PD:<ADA.EDITORS>ED2.*
  34. -- DIRECTORY DISPLAY :
  35. -- Directory   PD:<ADA.EDITORS>
  36. --      File Name     Byte Count  Line Count
  37. --   ---------------  ----------  ----------
  38. --   ED2.DOC               47230        1584
  39. --   ED2.PRO                7266         135
  40. --   ED2.SRC               74495        2128
  41. --   ===============  ==========  ==========
  42. --     3 Files            128991        3847
  43. --= ABSTRACT             ===============================================--
  44. --         ALED  is  designed  to edit text files.  Upon invocation, ALED
  45. -- prompts the user for a file name.  If the file  exists,  its  contents
  46. -- (lines)  are  read  in  and prepared for editing; if the file does not
  47. -- exist, the file is created  and  the  empty  buffer  is  prepared  for
  48. -- editing.    ALED   is  an  interactive  editor,  accepting  singlechar
  49. -- commands, filling in a command prompt (for more info as  needed),  and
  50. -- performing  its  functions  in  realtime  while the user watches.  The
  51. -- functions provided include (but are not limited to) the following:
  52. -- 
  53. --      * List Lines
  54. --      * Insert a Group of Lines into the Edit Buffer
  55. --      * Delete Lines
  56. --      * String Search and String Substitution
  57. --      * Movement Within the Edit Buffer
  58. --      * Reading in a File After a Specified Line
  59. --      * Writing out a Range of Lines to a File
  60. --      * Built-in, online Documentation (Summary)
  61. --= REVISION HISTORY     ===============================================--
  62. --
  63. -- DATE         VERSION    AUTHOR                  HISTORY
  64. -- 12/5/84        1.0   Richard Conn            Initial Release
  65. -- 1/21/85        2.0   Richard Conn            Production version
  66. -- 2/15/85        2.1   Richard Conn            Minor bug fix
  67. --= RELEASE NOTICE       ===============================================--
  68. -- This prologue must be included in all copies of this software.
  69. --
  70. -- This software is copyright by the author.
  71. --
  72. -- This software is released to the Ada community.
  73. -- This software is released to the Public Domain (note:
  74. --   software released to the Public Domain is not subject
  75. --   to copyright protection).
  76. -- Restrictions on use or distribution:  NONE
  77. --= DISCLAIMER           ===============================================--
  78. --     This software and its documentation are provided "AS IS" and
  79. -- without any expressed or implied warranties whatsoever.  No warranties
  80. -- as to performance, merchantability, or fitness for a particular
  81. -- purpose exist.
  82. --     The user is advised to test the software thoroughly before
  83. -- relying on it.  The user must assume the entire risk and liability of
  84. -- using this software.  In no event shall any person or organization of
  85. -- people be held responsible for any direct, indirect, consequential or
  86. -- inconsequential damages or lost profits.
  87. --======================================================================--
  88.